@charset "gb2312";
body,td,th {
	font-size: 12px;
}
body {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/body.png);
	background-repeat: repeat-x;
	background-position: left 80px;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
#logo {
	float: left;
	width: 380px;
	height: 60px;
}
#topinfo {
	float: left;
	width: 575px;
	text-align: right;
	color: #999;
}
#topinfo a {
	color: #666;
}

#topinfo img {
	margin-right: 6px;
}
#topinfo span {
	font-size: 9px;
	color: #999;
	line-height: 18px;
	padding-right: 6px;
	padding-left: 5px;
}

#menu {
	float: left;
	width: 580px;
	margin-top: 5px;
}
#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	float: right;
	font-size: 13px;
	font-weight: bold;
}
#menu ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	width: 60px;
	font-weight: bold;
	font-size: 13px;
}
#menu ul li a:hover {
	background-image: url(../images/menu-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #F60;
}
#menu ul li .menulist {

}

#submenu{
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 139px;
	padding-top: 3px;
	background-image: url(../images/submenu.png);
	visibility: hidden;
	z-index: 100;
	position: absolute;
}

#submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul li a{
	display: block;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	color: #333;
	line-height: 15px;
	float: left;
	width: 100px;
	padding-top: 6px;
}
#submenu a:hover{ /*hover background color*/
	color: #F60;

}
#homeshow {
	float: left;
	height: 280px;
	width: 960px;
	background-image: url(../images/homeshow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#homeshow #marquee {
	overflow:hidden;
	height: 235px;
	width: 360px;
	float: left;
	border: 10px solid #FFF;
	margin-top: 15px;
	margin-left: 15px;
	display: inline;
}

#homeshow #marquee ul {
	padding: 0px;
	margin: 0px;
}
#homeshow #marquee ul li {
	float:left;
	list-style-type: none;
}
#homeshow #marquee ul li img {
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 235px;
	width: 360px;
}
#homeshow #marNav {
	width: 80px;
	display: inline;
	z-index: 99999;
	margin-left: -90px;
	margin-top: 233px;
	float: left;
}
#homeshow #marNav ul {
	margin: 0px;
	padding: 0px;
}
#homeshow #marNav li {
	float:left;
	width:16px;
	height:16px;
	border:1px solid #FFF;
	cursor:pointer;
	line-height:16px;
	font-family:Arial;
	font-size:10px;
	color:#FFF;
	text-align:center;
	list-style-type: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	filter:alpha(opacity=75); /* IE */
	-moz-opacity:0.75; /* Moz + FF */
	opacity: 0.75;
	background-color: #333;
}
#homeshow #marNav li.navOn {background:#FF6600;}
#homeshow .topinfo {
	height: 105px;
	width: 560px;
	float: left;
	margin-top: 15px;
}
#homeshow .goto {
	width: 15px;
	padding-top: 70px;
	height: 80px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
}
#homeshow .goto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#homeshow #plist {
	width: 503px;
	overflow: hidden;
	height: 150px;
	float: left;
}
#homeshow #plist ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#homeshow #plist ul li {
	list-style-type: none;
	float: left;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	padding: 10px;
	background-color: #FFF;
}
#homeshow #plist img {
	float: left;
	height: 108px;
	width: 98px;
	margin-bottom: 8px;
	border: 1px solid #eee;
}
#homeshow #plist h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	float: left;
	width: 100px;
}

#hotinfo {
	float: left;
	width: 960px;
	background-image: url(../images/hotinfo.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 6px;
	padding-top: 8px;
	margin-bottom: 6px;
	display: inline;
}
#hotinfo img {
	margin-bottom: -2px;
	margin-right: 8px;
}
#hotinfo .notice {
	float: left;
	width: 277px;
	padding-top: 3px;
}
#hotinfo .hotkey {
	float: left;
	padding-top: 3px;
	width: 300px;
}
#hotinfo .hotkey span {
	font-weight: bold;
	float: left;
	margin-right: 5px;
	display: inline;
}

#hotinfo .hotkey ul {
	padding: 0px;
	margin: 0px;
}
#hotinfo .hotkey ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
	padding-right: 10px;
}
#hotinfo .hotkey em {
	color: #FA7706;
	font-size: 9px;
	float: left;
	line-height: 10px;
	margin-left: -11px;
	background-color: #FFF;
	height: 16px;
	z-index: 1000;
	width: 25px;
}
#hotinfo .search {
	float: right;
}
#hotinfo .search from {
	margin: 0px;
	padding: 0px;
}
#hotinfo .search .keys {
	width: 100px;
	background-image: url(../images/search-key.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 12px;
	font-size: 12px;
}
#hotinfo .search .select {
	border: 1px solid #b0b0b0;
	font-size: 12px;
	line-height: 15px;
	float: left;
	margin-right: 6px;
}
#hotinfo .search .go {
	float: left;
	margin-left: 8px;
	display: inline;
}
#leftbox {
	float: left;
	width: 270px;
	background-image: url(../images/box-270bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 13px;
	line-height: 20px;
}

#leftbox h2 {
	font-size: 12px;
	background-image: url(../images/h2-270bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 222px;
	margin: 0px;
	padding-top: 13px;
	padding-left: 30px;
	padding-right: 15px;
	line-height: 15px;
}
#leftbox ul {
	margin: 0px;
	float: left;
	width: 260px;
	background-image: url(../images/ul-270bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
}
#leftbox ul li {
	list-style-type: none;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 18px;
	float: left;
	width: 232px;
}
#leftbox ul li a {
	display: block;
}
#leftbox .text {
	background-image: url(../images/ul-270bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 244px;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
}

#company {
	float: left;
	width: 690px;
	background-image: url(../images/690bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	line-height: 20px;
}
#company h2 {
	font-size: 12px;
	background-image: url(../images/h2-690bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 647px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 30px;
	line-height: 15px;
}
#company .text {
	background-image: url(../images/690ul.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	padding-top: 8px;
	padding-right: 11px;
	width: 658px;
	color: #333;
	padding-left: 20px;
}
#company .text span {
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 60px;
	display: inline;
}
#company .text span a {
	color: #FA7706;
}
#company .text img {
	float: right;
	margin-left: 8px;
	height: 120px;
	width: 216px;
}
#showpro {
	background-image: url(../images/690bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	width: 690px;
	float: left;
	line-height: 20px;
}
#showpro h2 {
	font-size: 12px;
	background-image: url(../images/h2-690bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 647px;
	margin: 0px;
	padding-top: 13px;
	padding-left: 30px;
	padding-right: 13px;
	line-height: 15px;
}
#showpro ul {
	background-image: url(../images/690ul.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 680px;
	float: left;
}
#showpro ul li {
	list-style-type: none;
	float: left;
	width: 100px;
	display: inline;
	padding: 6px;
	margin-top: 10px;
	text-align: center;
}
#showpro ul li img {
	float: left;
	height: 86px;
	width: 78px;
	margin-bottom: 8px;
	margin-left: 10px;
	border: 1px solid #eee;
	padding: 1px;
}
#showpro h3 {
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 100px;
	display: inline;
}
#listshow {
	float: left;
	height: 180px;
	width: 960px;
	background-image: url(../images/listshow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 8px;
}
#left {
	float: left;
	width: 270px;
}
#left .box {
	float: left;
	width: 270px;
	background-image: url(../images/box-270bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 13px;
	line-height: 20px;
	margin-bottom: 1px;
}

#left .box  h2 {
	font-size: 12px;
	background-image: url(../images/h2-270bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 222px;
	margin: 0px;
	padding-top: 13px;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 6px;
	line-height: 15px;
}

#left .box ul {
	margin: 0px;
	float: left;
	width: 260px;
	background-image: url(../images/ul-270bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
}
#left .box ul li {
	list-style-type: none;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 18px;
	float: left;
	width: 232px;
}
#left .box ul li a {
	display: block;
}
#left .box .text {
	background-image: url(../images/ul-270bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 244px;
	padding-top: 6px;
	padding-right: 13px;
	padding-left: 13px;
}
#right {
	float: right;
	width: 687px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 3px;
	margin-bottom: 1px;
}
#right .name {
	background-color: #FFF;
	background-image: url(../images/icon-dot.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	float: left;
	width: 350px;
	font-weight: bold;
	padding-left: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 6px;
}
#right .nav {
	float: left;
	width: 302px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	height: 25px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 6px;
	text-align: right;
	color: #999;
}

#right .text {
	background-image: url(../images/text.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 657px;
	display: inline;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#right .text h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

#right .text h2 {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin-bottom: 18px;
	padding-bottom: 8px;
	width: 507px;
	margin-left: 80px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
}


#right .list {
	background-image: url(../images/text.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 665px;
	display: inline;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 12px;
}
#right .list ul {
	margin: 0px;
	padding: 0px;
}
#right .list ul li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 13px;
	display: inline;
}
#right .list ul li img {
	height: 150px;
	width: 144px;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #eee;
}
#right .list ul li h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#right .pages {
	width: 648px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	margin-bottom: 3px;
	padding-top: 10px;
	float: left;
	margin-left: 20px;
	color: #666;
	display: inline;
}



#footer {
	float: left;
	width: 960px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 2px;
	padding-top: 18px;
	line-height: 16px;
	color: #333;
	padding-bottom: 5px;
}
#footer .logo {
	float: left;
	width: 215px;
	margin-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e6e6;
	padding-left: 25px;
	margin-top: 5px;
}
#footer .cominfo {
	float: left;
	width: 460px;
}
#footer .cominfo a {
	color: #FFF;
	text-decoration: none;
}

#footer .icp {
	float: right;
	color: #666;
	padding-right: 25px;
	padding-top: 5px;
	line-height: 15px;
}
#footer .icp h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#footer .icp h2 a {
	color: #999;
	text-decoration: none;
}
.customer {
	border: 1px solid #B0BAC3;
	margin-right: 3px;
	display: inline;
	background-color: #E9EAEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 28px;
}

.customer img {
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	clear: both;
	margin-right: 6px;
}
